.footer {
  display: flex;
  justify-content: center;
  position: relative;
}

.footer__container {
  top: 268px;
  position: absolute;
  width: 100%;
}

.footer__row {
  margin: 0 auto;
  max-width: 1123px;
  display: flex;
  justify-content: space-between;
}

.footer__text {
  width: 100%;
  max-width: 535px;
}

.footer__title {
  font-weight: 700;
  line-height: 1.32;
}

.footer__subtitle,
.footer__title {
  font-family: Lato;
  font-size: .75rem;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.footer__subtitle {
  margin-top: 49px;
  font-weight: 400;
  line-height: 1.16;
}

.footer__nav {
  width: 100%;
  max-width: 443px;
  display: flex;
  justify-content: space-between;
}

.footer__item-title {
  margin-bottom: 51px;
  font-family: Ubuntu;
  font-weight: 700;
}

.footer__item-title,
.footer__links {
  font-size: .65625rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.footer__links {
  transition: .3s ease-in-out;
  font-family: Lato;
  font-weight: 600;
}

.design {
  position: absolute;
}

.footer__design {
  top: -46px;
  left: 239px;
}

@media (max-width:1135px) {
  .footer__container {
    padding: 0 15px;
  }
}

@media (max-width:992px) {
  .footer__container {
    top: 200px;
  }

  .footer__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer__title {
    font-size: 1rem;
  }

  .footer__subtitle {
    font-size: .75rem;
  }

  .footer__item-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .footer__links {
    font-size: 1rem;
    max-height: 0;
    overflow: hidden;
  }
}